0o 設定我的第三台 Macbook o0


兩年設定了三台 >"<

輔助設定

常見設定

我個人習慣

開發工具

  1. Homebrew
  2. htop
  3. iTerm2
  4. NVM
  5. Docker
  6. Github Desktop
  7. Jetbrains Toolbox App / VSCode

安裝 Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew help 看看有沒有安裝成功,如果沒有成功就要設定 brew 環境

設定 brew 環境變數

ref: https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew

Add Homebrew to your PATH in /Users/$USER/.zprofile:
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)

Copy and paste the first line on the same terminal window, then hit enter
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile

Finally you should be able to use brew help and if that works, it means that brew was installed properly and running from ZSH.

安裝 htop

brew install htop

安裝 iTerm2

安裝 NVM

軟體

  • Browser
    • Chrome
    • Firefox
  • VPN

Ref








你可能感興趣的文章

JAVA筆記_反射reflection

JAVA筆記_反射reflection

關於我轉職變成軟體工程師這檔事

關於我轉職變成軟體工程師這檔事

[23] 強制轉型 - 明確的強制轉型、Strings <> Numbers、日期轉 Number、位元運算子

[23] 強制轉型 - 明確的強制轉型、Strings <> Numbers、日期轉 Number、位元運算子






留言討論